Installing FSFWrap.dll on Your Development System
=================================================

First get the DLL from the ZIP archive at:

    http://www.gdcl.co.uk/vb.htm

Then get the DEP file (should be included with this writeup).

Then find your 32-bit "Common Files" folder:

    On a 32-bit system:

        C:\Program Files\Common Files

    On a 64-bit system:

        C:\Program Files (x86)\Common Files

Create the folder GDCL here.  Requires admin rights.

Copy these two files there, requires admin rights:

    FSFWrap.dll
    FSFWrap.dep

Register FSFWrap.dll in this location.  You can do this via regsvr32.exe
(be sure to use the version found in SysWOW64 on a 64-bit system).  Or you
can do this from the VB6 IDE's "References" dialog by clicking Browse and
browing to the DLL.


This .DEP file helps when creating deployment packages for your programs.
